[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Approves credentials for the distribution of a list of health services. If the health service is already approved, it will not be changed. Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim instance As ISecurityManagement
Dim securedData As ISecuredData
Dim healthServiceList As IList(Of T)

instance.ApproveCredentialForDistribution(securedData, healthServiceList)

Syntax

Visual Basic
Sub ApproveCredentialForDistribution(Of T As EnterpriseManagementObject) ( _
		securedData As ISecuredData, _
		healthServiceList As IList(Of T) _
)
C#
void ApproveCredentialForDistribution<T> (
		ISecuredData securedData,
		IList<T> healthServiceList
) where T : EnterpriseManagementObject
C++
generic<typename T> where T : EnterpriseManagementObject
void ApproveCredentialForDistribution (
		ISecuredData^ securedData, 
		IList<T>^ healthServiceList
)
J#

JScript

GenericParameters

T

The type of objects the secured data list contains.

Of type EnterpriseManagementObject.

Parameters

securedData

Type: ISecuredData

The approved credentials.

healthServiceList

Type: IList{

The list of health services.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also